1 #
ExternalChecksum("..\..\Window1.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","1C3EEC399BA8BAB3E1931983098E9E84")
2 '------------------------------------------------------------------------------
4 ' This code was generated by a tool.
5 ' Runtime Version:4.0.30319.17020
7 ' Changes to this file may cause incorrect behavior and will be lost if
8 ' the code is regenerated.
10 '------------------------------------------------------------------------------
16 Imports System
.Diagnostics
17 Imports System
.Windows
18 Imports System
.Windows
.Automation
19 Imports System
.Windows
.Controls
20 Imports System
.Windows
.Controls
.Primitives
21 Imports System
.Windows
.Data
22 Imports System
.Windows
.Documents
23 Imports System
.Windows
.Ink
24 Imports System
.Windows
.Input
25 Imports System
.Windows
.Markup
26 Imports System
.Windows
.Media
27 Imports System
.Windows
.Media
.Animation
28 Imports System
.Windows
.Media
.Effects
29 Imports System
.Windows
.Media
.Imaging
30 Imports System
.Windows
.Media
.Media3D
31 Imports System
.Windows
.Media
.TextFormatting
32 Imports System
.Windows
.Navigation
33 Imports System
.Windows
.Shapes
34 Imports System
.Windows
.Shell
36 Namespace SpellChecker
41 <Microsoft
.VisualBasic
.CompilerServices
.DesignerGenerated()> _
42 Partial
Public Class Window1
43 Inherits System
.Windows
.Window
44 Implements System
.Windows
.Markup
.IComponentConnector
47 #
ExternalSource("..\..\Window1.xaml",6)
48 <System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
49 Friend WithEvents listBox1
As System
.Windows
.Controls
.ListBox
54 #
ExternalSource("..\..\Window1.xaml",7)
55 <System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
56 Friend WithEvents txtInput
As System
.Windows
.Controls
.TextBox
61 #
ExternalSource("..\..\Window1.xaml",8)
62 <System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
63 Friend WithEvents lblTime
As System
.Windows
.Controls
.Label
68 #
ExternalSource("..\..\Window1.xaml",9)
69 <System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
70 Friend WithEvents chkParallel
As System
.Windows
.Controls
.CheckBox
75 #
ExternalSource("..\..\Window1.xaml",10)
76 <System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
77 Friend WithEvents btnLoad
As System
.Windows
.Controls
.Button
81 Private _contentLoaded
As Boolean
84 '''InitializeComponent
86 <System
.Diagnostics
.DebuggerNonUserCodeAttribute(), _
87 System
.CodeDom
.Compiler
.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
88 Public Sub InitializeComponent() Implements System
.Windows
.Markup
.IComponentConnector
.InitializeComponent
89 If _contentLoaded
Then
93 Dim resourceLocater
As System
.Uri
= New System
.Uri("/SpellChecker;component/window1.xaml", System
.UriKind
.Relative
)
95 #
ExternalSource("..\..\Window1.xaml",1)
96 System
.Windows
.Application
.LoadComponent(Me, resourceLocater
)
101 <System
.Diagnostics
.DebuggerNonUserCodeAttribute(), _
102 System
.CodeDom
.Compiler
.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
103 System
.ComponentModel
.EditorBrowsableAttribute(System
.ComponentModel
.EditorBrowsableState
.Never
), _
104 System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
105 System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
106 System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
107 Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId
As Integer, ByVal target
As Object) Implements System
.Windows
.Markup
.IComponentConnector
.Connect
108 If (connectionId
= 1) Then
109 Me.listBox1
= CType(target
,System
.Windows
.Controls
.ListBox
)
112 If (connectionId
= 2) Then
113 Me.txtInput
= CType(target
,System
.Windows
.Controls
.TextBox
)
115 #
ExternalSource("..\..\Window1.xaml",7)
116 AddHandler
Me.txtInput
.TextChanged
, New System
.Windows
.Controls
.TextChangedEventHandler(AddressOf
Me.txtInput_TextChanged
)
121 If (connectionId
= 3) Then
122 Me.lblTime
= CType(target
,System
.Windows
.Controls
.Label
)
125 If (connectionId
= 4) Then
126 Me.chkParallel
= CType(target
,System
.Windows
.Controls
.CheckBox
)
128 #
ExternalSource("..\..\Window1.xaml",9)
129 AddHandler
Me.chkParallel
.Checked
, New System
.Windows
.RoutedEventHandler(AddressOf
Me.chkParallel_CheckedChanged
)
133 #
ExternalSource("..\..\Window1.xaml",9)
134 AddHandler
Me.chkParallel
.Unchecked
, New System
.Windows
.RoutedEventHandler(AddressOf
Me.chkParallel_CheckedChanged
)
139 If (connectionId
= 5) Then
140 Me.btnLoad
= CType(target
,System
.Windows
.Controls
.Button
)
142 #
ExternalSource("..\..\Window1.xaml",10)
143 AddHandler
Me.btnLoad
.Click
, New System
.Windows
.RoutedEventHandler(AddressOf
Me.btnLoad_Click
)
148 Me._contentLoaded
= true